Mention that the valid width is in range 0-65535 pixels. Fixes bug #56754.
authorAnders Carlsson <andersca@gnu.org>
Sat, 27 Oct 2001 00:03:13 +0000 (00:03 +0000)
committerAnders Carlsson <andersca@src.gnome.org>
Sat, 27 Oct 2001 00:03:13 +0000 (00:03 +0000)
2001-10-27  Anders Carlsson  <andersca@gnu.org>

* gtk/gtkcontainer.c (gtk_container_set_border_width): Mention
that the valid width is in range 0-65535 pixels. Fixes bug
#56754.

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkcontainer.c

index a3e6aad89495c80d8ac03c00d0b99df3795a9c58..31b1206ce16a127f00e5a7b2448bcb185d162ef2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2001-10-27  Anders Carlsson  <andersca@gnu.org>
 
+       * gtk/gtkcontainer.c (gtk_container_set_border_width): Mention
+       that the valid width is in range 0-65535 pixels. Fixes bug 
+       #56754.
+
        * gtk/gtksizegroup.c (gtk_size_group_set_mode): Remove
        a dot in the documentation. Fixes bug #62632.
 
index a3e6aad89495c80d8ac03c00d0b99df3795a9c58..31b1206ce16a127f00e5a7b2448bcb185d162ef2 100644 (file)
@@ -1,5 +1,9 @@
 2001-10-27  Anders Carlsson  <andersca@gnu.org>
 
+       * gtk/gtkcontainer.c (gtk_container_set_border_width): Mention
+       that the valid width is in range 0-65535 pixels. Fixes bug 
+       #56754.
+
        * gtk/gtksizegroup.c (gtk_size_group_set_mode): Remove
        a dot in the documentation. Fixes bug #62632.
 
index a3e6aad89495c80d8ac03c00d0b99df3795a9c58..31b1206ce16a127f00e5a7b2448bcb185d162ef2 100644 (file)
@@ -1,5 +1,9 @@
 2001-10-27  Anders Carlsson  <andersca@gnu.org>
 
+       * gtk/gtkcontainer.c (gtk_container_set_border_width): Mention
+       that the valid width is in range 0-65535 pixels. Fixes bug 
+       #56754.
+
        * gtk/gtksizegroup.c (gtk_size_group_set_mode): Remove
        a dot in the documentation. Fixes bug #62632.
 
index a3e6aad89495c80d8ac03c00d0b99df3795a9c58..31b1206ce16a127f00e5a7b2448bcb185d162ef2 100644 (file)
@@ -1,5 +1,9 @@
 2001-10-27  Anders Carlsson  <andersca@gnu.org>
 
+       * gtk/gtkcontainer.c (gtk_container_set_border_width): Mention
+       that the valid width is in range 0-65535 pixels. Fixes bug 
+       #56754.
+
        * gtk/gtksizegroup.c (gtk_size_group_set_mode): Remove
        a dot in the documentation. Fixes bug #62632.
 
index a3e6aad89495c80d8ac03c00d0b99df3795a9c58..31b1206ce16a127f00e5a7b2448bcb185d162ef2 100644 (file)
@@ -1,5 +1,9 @@
 2001-10-27  Anders Carlsson  <andersca@gnu.org>
 
+       * gtk/gtkcontainer.c (gtk_container_set_border_width): Mention
+       that the valid width is in range 0-65535 pixels. Fixes bug 
+       #56754.
+
        * gtk/gtksizegroup.c (gtk_size_group_set_mode): Remove
        a dot in the documentation. Fixes bug #62632.
 
index a3e6aad89495c80d8ac03c00d0b99df3795a9c58..31b1206ce16a127f00e5a7b2448bcb185d162ef2 100644 (file)
@@ -1,5 +1,9 @@
 2001-10-27  Anders Carlsson  <andersca@gnu.org>
 
+       * gtk/gtkcontainer.c (gtk_container_set_border_width): Mention
+       that the valid width is in range 0-65535 pixels. Fixes bug 
+       #56754.
+
        * gtk/gtksizegroup.c (gtk_size_group_set_mode): Remove
        a dot in the documentation. Fixes bug #62632.
 
index a3e6aad89495c80d8ac03c00d0b99df3795a9c58..31b1206ce16a127f00e5a7b2448bcb185d162ef2 100644 (file)
@@ -1,5 +1,9 @@
 2001-10-27  Anders Carlsson  <andersca@gnu.org>
 
+       * gtk/gtkcontainer.c (gtk_container_set_border_width): Mention
+       that the valid width is in range 0-65535 pixels. Fixes bug 
+       #56754.
+
        * gtk/gtksizegroup.c (gtk_size_group_set_mode): Remove
        a dot in the documentation. Fixes bug #62632.
 
index 4399afa56016f4c0c806110cad140bb98d35ea89..c25802253b74bb24642a235f1d4a868712a45c05 100644 (file)
@@ -782,8 +782,8 @@ gtk_container_get_property (GObject         *object,
 /**
  * gtk_container_set_border_width:
  * @container: a #GtkContainer
- * @border_width: amount of blank space to leave <emphasis>outside</emphasis> the container
- *
+ * @border_width: amount of blank space to leave <emphasis>outside</emphasis> the container.
+ * Valid values are in the range 0-65535 pixels.
  * The border width of a container is the amount of space to leave
  * around the outside of the container. The only exception to this is
  * #GtkWindow; because toplevel windows can't leave space outside,